package form
Type Members
- sealed final class Category extends Enum[Category]
Represents the categories of news.
Represents the categories of news.
- Annotations
- @AllArgsConstructor()
- sealed final class Country extends Enum[Country]
Represents the countries of news.
Represents the countries of news.
- Annotations
- @AllArgsConstructor()
- sealed final class Language extends Enum[Language]
Represents the languages of news.
Represents the languages of news.
- Annotations
- @AllArgsConstructor()
- class NewsForm extends AnyRef
Represents a form for searching news.
Represents a form for searching news.
- Annotations
- @AllArgsConstructor() @Builder() @Getter() @NoArgsConstructor() @Setter() @ToString()
- class NewsSourcesForm extends AnyRef
Represents a form for searching news sources.
Represents a form for searching news sources.
- Annotations
- @AllArgsConstructor() @Builder() @Getter() @NoArgsConstructor() @Setter() @ToString()
- sealed final class SortCriterion extends Enum[SortCriterion]
Represents a sorting criterion for news search results.
Represents a sorting criterion for news search results.
- Annotations
- @AllArgsConstructor()